* lisp.h (bool_vector_size): New function.
authorPaul Eggert <eggert@cs.ucla.edu>
Mon, 14 Oct 2013 07:12:49 +0000 (00:12 -0700)
committerPaul Eggert <eggert@cs.ucla.edu>
Mon, 14 Oct 2013 07:12:49 +0000 (00:12 -0700)
commit92c6f370c2b9a5e101befa91b456192cc612b1b8
tree8b9fd518386a640df8c3527ea3d69aa096347280
parent2d86d858ef889be7ffec69fdaa0e0180a3bc86e7
* lisp.h (bool_vector_size): New function.

All uses of XBOOL_VECTOR (x)->size changed to bool_vector_size (x).
* data.c (bool_vector_spare_mask, bool_vector_binop_driver)
(Fbool_vector_not, Fbool_vector_count_matches_at):
Remove uses of 'eassume' that should no longer be needed,
because they are subsumed by the 'eassume' in bool_vector_size.
src/ChangeLog
src/category.h
src/data.c
src/fns.c
src/image.c
src/lisp.h
src/print.c